home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap11 / MyWord / Resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-05  |  702 b   |  25 lines

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDR_MAINFRAME           100
  8. #define IDR_TOOLBAR             101
  9. #define IDR_STYLE_BAR           102
  10.  
  11. #define IDW_STYLE_BAR           200
  12. #define ID_VIEW_STYLE_BAR       200
  13.  
  14. #define ID_INDICATOR_LINE       300
  15.  
  16. #define ID_CHAR_BOLD            400
  17. #define ID_CHAR_ITALIC          401
  18. #define ID_CHAR_UNDERLINE       402
  19. #define ID_PARA_LEFT            403
  20. #define ID_PARA_CENTER          404
  21. #define ID_PARA_RIGHT           405
  22.  
  23. #define IDC_FONTNAMES           500
  24. #define IDC_FONTSIZES           501
  25.